Welcome![Sign In][Sign Up]
Location:
Search - fuzzy type 2

Search list

[matlabfuzzy-pi

Description: 一被控对象 ,给定为阶跃给定,幅值为500,设计一个两维模糊PI型控制器,输入语言变量和输出语言变量均取7个值{NB,NM,NS,ZE,PS,PM,PB},模糊论域为{-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6},用matlab编程仿真研究。-Charged with one object, to set at a given step, the amplitude for the 500, the design of a two-dimensional fuzzy PI-type controller, input linguistic variables and output linguistic variables are taken seven values (NB, NM, NS, ZE, PS , PM, PB), fuzzy domain for (-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6), Simulation programming with matlab .
Platform: | Size: 7168 | Author: 崔艳 | Hits:

[matlabt2fls

Description: 利用T2FNN進行MEC建模,針對IC散射現象進行量測與模擬比較-Type 2 fuzzy neural network for EMC
Platform: | Size: 5120 | Author: 郭小龍 | Hits:

[AI-NN-PRINTERVAL

Description: 2型区间模糊集程序 matlab源码对大家有用INTERVAL T2 NS MAMDA T2 FLS-Type 2 interval fuzzy sets procedures for U.S. matlab source of useful INTERVAL T2 NS MAMDA T2 FLS
Platform: | Size: 4096 | Author: youyou | Hits:

[matlabGeneralType2FLSs

Description: matlab mfile fo fuzzy type-2
Platform: | Size: 16384 | Author: mehdi | Hits:

[matlabIntervalApproach(IA)tofuzzisticsFolder

Description: matlab mfile for fuzzy type-2-matlab mfile for fuzzy type-2
Platform: | Size: 66560 | Author: mehdi | Hits:

[matlabNWAFolder

Description: matlab mfile for type-2 fuzzy contoller
Platform: | Size: 90112 | Author: mehdi | Hits:

[AI-NN-PRGeneralType-2FLSs

Description: 区间类型2模糊逻辑函数,对于学习Type-2不错的源码-Interval Type-2 fuzzy logic function, for study and Type-2 a good source
Platform: | Size: 16384 | Author: wueching | Hits:

[matlabT2FLToolbox

Description: Type-2 Fuzzy Logic Toolbox, 土耳其教授MUZEYYEN BULUT OZEK编写的。做simulink仿真有用。-Type-2 Fuzzy Logic Toolbox by Prof. MUZEYYEN BULUT OZEK
Platform: | Size: 533504 | Author: Peterpan | Hits:

[AI-NN-PRfis

Description: 模糊控制器程序,直接键入输入变量名和.fis文件名并且将该文件放在项目文件夹内就可以使用-Fuzzy controller program, simply type the variable name and enter. Fis file name and the file on the project folder you can use
Platform: | Size: 12288 | Author: 本泽马 | Hits:

[Windows Developperson

Description: [设计要求]一、定义人员(person)类,其中至少包括姓名、性别、 电话、地址、邮政编码、邮箱、QQ号和类别(例如:同学、朋友等)。 二、实现下面的功能 1、设计菜单实现功能选择; 2、输入功能:输入人员信息,并保存到文件中; 3、查询功能:1)能够根据姓名、电话精确查询人员信息; 2)能够根据地址进行模糊查询人员信息; 3)根据人员类别查询人员信息 4、根据姓名对人员信息排序输出 5、能根据姓名、电话修改人员信息 6、能根据姓名、电话删除人员信息-[Design] First, the definition of personnel (person) class, including at least name, gender, Phone, address, zip code, mail, QQ number and type (example: students, friends, etc.). Second, to achieve the following functions 1, designed to achieve the function selection menu 2, input: enter personnel information, and save to a file 3, the query functions: 1) can be based on the name, telephone inquiries accurate personnel information 2) to address fuzzy query based on personnel information 3) According to the categories of personnel inquiries personnel information 4, according to the name of the person ordering the output information 5, according to the name, telephone modify personnel information 6, according to the name, phone remove personnel information
Platform: | Size: 6144 | Author: john lester | Hits:

[GDI-BitmapGDIPlus

Description: 此模块封装了GDI+1.1里面的Effect,在模块里是“GP效果类”,这个类只是一个基类,真正要使用的是它的子类,包括: “GP模糊类”、“GP锐化类”、“GP色调类”、“GP红眼修正类”、“GP颜色矩阵效果类”、“GP颜色查找表类”、“GP亮度对比度类”、“GP色相饱和亮度类” “GP色彩平衡类”、“GP色阶类”、“GP颜色曲线类” 使用步骤:(拿 GP模糊类 打比方) 1、创建一个“GP模糊类” 2、调用“GP模糊类.置参数()”方法,设置模糊参数 3、调用“GP位图.应用效果(GP模糊类)” //此时这幅位图就已经模糊了。 -This module encapsulates the GDI+1.1 inside the Effect, the module is a " GP effect of class" , this class is a base class, it really is to use sub-categories, including: " GP Fuzzy" , " GP sharpening class " ," GP color class " ," GP red-eye correction class " ," GP effect of the color matrix class " ," GP color lookup table type " ," GP brightness, contrast class " ," GP hue saturation brightness class " " GP Color Balance class " ," GP Levels Class " ," GP class color curve " Using steps: (get fuzzy analogy GP) 1, to create a" GP Fuzzy " 2, called" GP fuzzy. set parameters () " method , fuzzy set parameters 3, called " GP bitmap. application results (GP fuzzy)" // At this point the site has been blurred bitmap.
Platform: | Size: 80896 | Author: dick | Hits:

[AI-NN-PRfis

Description: /* * 这是修改过后的fis.c模糊推理系统库函数,可以移植C/C++环境使用,在VS2010的MFC环境经过测试 * 1、将fis.c文件拷贝到项目中; * 2、修改VS2010的配置属性,项目->属性->C/C++->预处理器->预处理器定义,添加 * _CRT_SECURE_NO_WARNINGS * 3、在【解决方案资源管理器】中选中fis.c文件,单击右键的属性 * 【配置属性】->【常规】->【项类型】,配置为【C/C++ 标头】 * 4、如果是C语言文件(*.c)使用 * #include "fis.c" * 包含接口库文件; * 5、如果是C++文件,使用 * extern "C"{ * #include "fis.c" * } * 包含库文件。 * 祝你使用愉快! * hemmingway <hemmingway@163.com> 2013/1/2 */-/*   * This is a modified fis.c fuzzy inference system library function, you can transplant the C/C++ environment to use the MFC in VS2010 environment tested   * 1 the fis.c files are copied to the project   * 2 modify the VS2010 configuration properties, project-> Properties-> C/C++-> preprocessor-> preprocessor definitions add   * _CRT_SECURE_NO_WARNINGS   * 3】 【Solution Explorer selected fis.c file, click the right attributes   * [Configuration Properties]-> [conventional]-> [type of item], [C/C++ header]   * 4, if it is a C language file (*. C) the use of   *# Include "fis.c"   * Contains the interface library file   * 5, if it is a C++ files, use   * Extern "C" {   *# Include "fis.c"   *}   * Contains the library files.   * I wish you to pleasant!   * Hemmingway <hemmingway@163.com> 2013/1/2   * /
Platform: | Size: 14336 | Author: 王行凤 | Hits:

[matlabfuzzy-type-2

Description: Fuzzy logic systems (FLSs) usually employ type-1 fuzzy sets and represent uncertainty by numbers in the range [0,1] which are referred to as degrees of membership. Type-2 fuzzy sets are an extension of type-1 fuzzy sets with an additional dimension that represent the uncertainty about the degrees of membership. Type-2 fuzzy sets are useful in circumstances where it is difficult to determine the exact membership function (mf) for a fuzzy set. Type-1 mfs are precise in the sense that once they have been chosen all the uncertainty disappears. However, type-2 mfs are fuzzy themselves. The simplest type-2 sets are interval type-2 sets whose elements’ degree of membership are intervals with secondary membership degree of 1.0.
Platform: | Size: 375808 | Author: applepie12356 | Hits:

[Mathimatics-Numerical algorithmslab1

Description: multicriterial solver fuzzy logic (second type)
Platform: | Size: 8192 | Author: | Hits:

[Otherfuzzy type 2

Description: fuzzy logic type toolbox
Platform: | Size: 1341440 | Author: brahim | Hits:

[matlabransac_homography

Description: Fuzzy Type-2 & Fuzzy Logic Systems - Fuzzy
Platform: | Size: 5120 | Author: sherry90 | Hits:

[Software Engineering20170609080945510

Description: type-2 fuzzy controllers (T2FLC) are designed to control position of yaw and pitch angles of the Twin Rotor Multi-input Multi-output System (TRMS) characterized with nonlinear dynamics and uncertainties
Platform: | Size: 1814528 | Author: karimano | Hits:

[Software Engineeringc72e5dd2127eecc688cd6c5d0299e28b3ab1

Description: This paper focuses on the design of a novel control approach. Its contribution to the existing literature is that in the design of an interval type-2 fuzzy neural system, recursive fuzzy c-means clustering algorithm is used and the designed algorithm is applied in control applications.
Platform: | Size: 475136 | Author: karimano | Hits:

[JSP/JavafuzzyEngine-0.2-src

Description: engie for java. to develop application with fuzzy controller
Platform: | Size: 558080 | Author: kolya | Hits:

[matlabilker ali type 2

Description: this toolbox designed for type 2 fuzzy logic systems
Platform: | Size: 434176 | Author: coskucan | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net